*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Microsoft YaHei;
}
body{
    background-color: #FAFCFF;
}
/* 头部导航栏 */
.nav-top{
    min-width: 1200px;
    height: 43px;
    background-color: #282C30;
    color: #FFFCFC;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
}
.nav-top-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.nav-top-right ul{
    display: flex;
}
.nav-top-right ul li{
    margin-right: 20px;
}
.nav-top-right ul li:nth-last-of-type(3)::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url(./image/phone.png);
    background-size: 100% 100%;
    margin-bottom: -3px;
    margin-right: 3px;
}
.nav-top-right ul li:nth-last-of-type(1)::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    background-image: url(./image/wenxi.png);
    background-size: 100% 100%;
    margin-bottom: -3px;
    margin-right: 3px;
}
.nav-top-right a{
    color: #FFFCFC;
}
/* 点击app和微信时的二维码展示效果 */
.nav-top-right .nav-app,
.nav-top-right .nav-weixin{
    position: relative;
    cursor: pointer;
}

.nav-top-right .nav-app-show,
.nav-top-right .nav-weixin-show{
    position: absolute;
    top: 38px;
    left: -75px;
    width: 196px;
    height: 278px;
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 300;
    box-shadow: -4px -4px 5px 0 rgba(255, 255, 255, 0.2);
    display: none;
    cursor: default;
}
.nav-top-right .app-show-login,
.nav-top-right .weixin-show-login{
    top:52px;
}

.nav-top-right .nav-app-show div,
.nav-top-right .nav-weixin-show div{
    width: 149px;
    margin: 0 auto;
    font-size: 16px;
    color: #2F77F1;
}
.nav-top-right .nav-app-show .nav-app-img,
.nav-top-right .nav-weixin-show .nav-weixin-img{
    width: 149px;
    height: 149px;
    margin-top: 10px;
}
.nav-top-right .nav-app-show .nav-app-img img,
.nav-top-right .nav-weixin-show .nav-weixin-img img{
    width: 100%;
    height: 100%;
}
.nav-top-right .nav-app-show .nav-app-des p,
.nav-top-right .nav-weixin-show .nav-weixin-des p{
    line-height: 22px;
    text-align: left;
}
.nav-top-right .nav-weixin-show {
    left: -53px;
    height: 213px;
    display: none;
}
.nav-top-right .nav-weixin-show .nav-weixin-des{
    width: 164px;
    margin-left: 26px;
}

/* 头部导航下半部分 */
/*=========================Change By Ganshimei On 2021-8-6 Begin=================================*/
/*.nav-bottom{*/
/*    min-width: 1200px;*/
/*    height: 87px;*/
/*    background-color: #245DCE;*/
/*    line-height: 87px;*/
/*    text-align: center;*/
/*}*/
/*.nav-bottom-content{*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.logo{*/
/*    width: 175px;*/
/*    height: 87px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
/*.logo span{*/
/*    background-image: url(./image/logo.png);*/
/*    width: 44px;*/
/*    height: 44px;*/
/*    background-size: 100% 100%;*/
/*}*/
/*.login-logo span{*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/
/*.text div:nth-of-type(1){*/
/*    width: 119px;*/
/*    height: 22px;*/
/*    line-height: 22px;*/
/*    text-align: left;*/
/*    color: #FFFFFF;*/
/*}*/
/*.text div:nth-of-type(2){*/
/*    width: 125px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    text-align: left;*/
/*    color: #FFFFFF;*/
/*}*/
/*.nav-select{*/
/*    font-size: 18px;*/
/*    color: #FFFFFF;*/
/*}*/
/*.nav-select ul{*/
/*    display: flex;*/
/*    position: relative;*/
/*}*/
/*.nav-select ul li{*/
/*    cursor: pointer;*/
/*    !* border: 1px solid #000; *!*/
/*}*/
/*.nav-select .index{*/
/*    margin-left: 78px;*/
/*}*/
/*.nav-select .nav-serve,*/
/*.nav-select .nav-mes,*/
/*.nav-select .nav-calc,*/
/*.nav-select .nav-bid,*/
/*.nav-select .nav-industry,*/
/*.nav-select .nav-about{*/
/*    margin-left: 15px;*/
/*}*/
/*.nav-select .nav-serve::after,*/
/*.nav-select .nav-mes::after,*/
/*.nav-select .nav-calc::after,*/
/*.nav-select .nav-bid::after,*/
/*.nav-select .nav-industry::after{   content:'';*/
/*    display: inline-block;*/
/*    margin-left: 5px;*/
/*    margin-bottom: 3px;*/
/*    background-image: url(./image/select.png);*/
/*    width: 10px;*/
/*    height: 6px;*/
/*    background-size: 100% 100%;*/
/*}*/
/*!* 点击导航栏的下拉菜单 *!*/
/*.nav-bottom-content .nav-serve,*/
/*.nav-bottom-content .nav-mes,*/
/*.nav-bottom-content .nav-bid,*/
/*.nav-bottom-content .nav-industry{*/
/*    z-index: 200;*/
/*    top: 100px;*/
/*    left: 100px;*/

/*}*/
/*.nav-option-list{*/
/*    position: absolute;*/
/*    top: 66px;*/
/*    z-index: 200;*/
/*}*/
/*.nav-option-list-serve{*/
/*    left: 129px;*/
/*}*/
/*.nav-option-list .list{*/
/*    background-color: #FFFFFF;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.nav-option-list .list li{*/
/*    width: 95px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*}*/
/*.nav-option-list .list .nav-process a,*/
/*.nav-option-list .list .nav-eng>a,*/
/*.nav-option-list .list .nav-soil>a,*/
/*.nav-option-list .list .nav-env>a,*/
/*.nav-option-list .list .nav-plan>a,*/
/*.nav-option-list .list .nav-check>a,*/
/*.nav-select li:not(.nav-serve) .nav-option-list ul li a{*/
/*    !* width: 76px; *!*/
/*    width: 95px;*/
/*    height: 20px;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    color: #2F77F1;*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/
/*.nav-option-list .list .nav-process a:hover,*/
/*.nav-select li:not(.nav-serve) .nav-option-list ul li a:hover{*/
/*    color: #FFFFFF;*/
/*}*/
/*.nav-option-list .list .nav-process:hover,*/
/*.nav-select li:not(.nav-serve) .nav-option-list ul li:hover{*/
/*    background-color: #2F77F1;*/
/*}*/
/*.nav-option-list .list .nav-eng>a:hover,*/
/*.nav-option-list .list .nav-soil>a:hover,*/
/*.nav-option-list .list .nav-env>a:hover,*/
/*.nav-option-list .list .nav-plan>a:hover,*/
/*.nav-option-list .list .nav-check>a:hover{*/
/*    color: #FFFFFF;*/
/*    background-color: #2F77F1;*/
/*}*/

/*.nav-option-list span{*/
/*    width: 0;*/
/*    height: 0;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: -19px;*/
/*    !* left: 25px; *!*/
/*    left: 38px;*/
/*    border: 10px solid #FFFFFF;*/
/*    border-left-color: transparent;*/
/*    border-right-color: transparent;*/
/*    border-top-color: transparent;*/
/*}*/
/*!* 服务范围二级目录 *!*/
/*.nav-option-list2{*/
/*    position: absolute;*/
/*    height: 180px;*/
/*    background-color: #FFFFFF;*/
/*    z-index: 300;*/
/*    top: 0px;*/
/*    !* left: 76px; *!*/
/*    left: 95px;*/

/*}*/
/*.nav-option-list2 .list2{*/
/*    !* width: 260px; *!*/
/*    width: 300px;*/
/*    height: 180px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: wrap;*/
/*    margin-left: 10px;*/
/*}*/
/*.nav-option-list2 .list2 li{*/
/*    !* width: 120px;  *!*/
/*    width: 140px;*/
/*    line-height: 20px;*/
/*    text-align: left;*/

/*}*/
/*.nav-option-list2 .list2 li a{*/
/*    color: #707070;*/
/*    !* font-size: 12px; *!*/
/*    font-size: 14px;*/
/*    display: block;*/
/*    height: 20px;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*}*/
/*.nav-option-list2 .list2 li a:hover{*/
/*    color: #2F77F1;*/
/*}*/
/*.nav-mes {*/
/*    height:60px;*/
/*}*/

.nav-bottom{
    min-width: 1200px;
    height: 87px;
    background-color: #245DCE;
    line-height: 87px;
    text-align: center;
}
.nav-bottom-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.logo{
    width: 175px;
    height: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo span{
    background-image: url(./image/logo.png);
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
}
.logo .text h1{
    font-weight: normal;
    font-size: 16px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.login-logo span{
    width: 30px;
    height: 30px;
}
.text h1:nth-of-type(1){
    width: 119px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    color: #FFFFFF;
    letter-spacing: 9px;
}
.text div{
    width: 125px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
}
.logo .login-text h1 {
    letter-spacing: 5px;
}
.logo .login-text div {
    line-height: 16px;
}
.nav-select{
    font-size: 18px;
    color: #FFFFFF;
}
.nav-select ul{
    display: flex;
    position: relative;
}
.nav-select ul li{
    cursor: pointer;
}
.nav-select .index{
    margin-left: 78px;
}
.nav-select .nav-one,
.nav-select .nav-about{
    margin-left: 15px;
}
.nav-select .index > a,
.nav-select .nav-one > a,
.nav-select .nav-about > a{
    color: #FFFFFF;
}
.nav-select .nav-one > a::after{
    content:'';
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 3px;
    background-image: url(./image/select.png);
    width: 10px;
    height: 6px;
    background-size: 100% 100%;
}
.nav-option-list{
    position: absolute;
    top: 66px;
    z-index: 200;
}
.nav-option-list-serve{
    left: 129px;
}
.nav-option-list .list{
    background-color: #FFFFFF!important;
    display: flex;
    flex-direction: column;
}
.nav-option-list .list li{
    width: 95px;
    height: 30px;
    line-height: 30px;
}
.nav-option-list .list .nav-process a,
.nav-option-list .list .nav-two > a,
.nav-select li:not(.nav-serve) .nav-option-list ul li a{
    width: 95px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #2F77F1;
    display: block;
    text-align: center;
}
.nav-option-list .list .nav-process a:hover,
.nav-select li:not(.nav-serve) .nav-option-list ul li a:hover{
    color: #FFFFFF;
}
.nav-option-list .list .nav-process:hover,
.nav-select li:not(.nav-serve) .nav-option-list ul li:hover{
    background-color: #2F77F1;
}
.nav-option-list .list .nav-two>a:hover{
    color: #FFFFFF;
    background-color: #2F77F1;
}
.nav-option-list::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    top: -19px;
    left: 38px;
    border: 10px solid #FFFFFF;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
/* 工程知识库的第三级导航 */
.nav-three{
    position: absolute;
    height: 180px;
    background-color: #FFFFFF;
    z-index: 300;
    top: 0px;
    left: 95px;

}
.nav-three .list{
    width: 300px;
    height: 180px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 10px;
}
.nav-three .list li{
    width: 140px;
    line-height: 20px;
    text-align: left;
}
.nav-three .list li a{
    color: #707070;
    font-size: 14px;
    display: block;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-three .list li a:hover{
    color: #2F77F1;
}
.nav-one:hover .nav-option-list {
    display: block;
}
.nav-one .nav-option-list {
    display: none;
}
.nav-two:hover .nav-three {
    display: block;
}
.nav-two .nav-three {
    display: none;
}
/*=========================Change By Ganshimei On 2021-8-6 End=================================*/
/* 导航栏搜索 */
.nav-search{
    margin-left: 45px;
    width: 215px;
    height: 31px;
    background-color: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.nav-search input{
    color: #707070;
    font-size: 12px;
    border: none;
    margin-left: 18px;
    width: 160px;
    height: 28px;
    outline: 0;
}
.nav-search span{
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url(./image/search.png);
    background-size: 100% 100%;
}
/* 页脚 */
/*=========================Change By Ganshimei On 2021-8-10 Begin=================================*/
.footer{
    background-color: #0B1632;
    width: 100%;
    /*height: 386px;*/
}
.footer-top{
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.footer-bottom{
    border-top: 1px solid #707070;
    /*height: 45px;*/
    padding-bottom: 15px;
}
.footer-bottom .friendly-link {
    width: 1180px;
    margin: 0 auto;
}
.footer-bottom .friendly-link a{
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
}
.footer-bottom .friendly-link a:hover{
    color: red;
}
.footer-bottom span{
    width: 1200px;
    /*margin: 15px 0;*/
    margin: 15px auto 0;
    height: 15px;
    color: #FFFFFF;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    display: block;
}
/*=========================Change By Ganshimei On 2021-8-10 End=================================*/
.footer-bottom span a{
    color: #FFFFFF;
}
.footer-bottom span a:hover{
    color: red;
}
.footer-list{
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 34px;
    margin-right: 30px;
}
.footer .footer-list:nth-of-type(5){
    margin-right: 49px;
}
.footer-list hr{
    border: none;
    border-top: 1px solid#ABB7BD;
    width: 21px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.footer-list ul li a{
    color: #ABB7BD;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-mes{
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 35px;
}
.footer-mes li{
    margin-bottom: 7px;
}
.footer-mes li:nth-of-type(1){
    margin-bottom: 4px;
}
.footer-mes li:not(:nth-of-type(1)){
    margin-left: 3px;
}
.footer-mes li:nth-of-type(1)::before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(./image/small_phone.png);
    background-size: 100% 100%;
}
.footer-mes li:nth-of-type(4),
.footer-mes li:nth-of-type(5){
    font-size: 14px;
}
.footer-img{
    position: absolute;
    width: 466px;
    height: 149px;
    left: 598px;
    margin-top: 179px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #FFFFFF;
}
.footer-img img{
    width: 116px;
    height: 116px;
}
.footer-img-left img{
    margin-left: 12px;
}
.footer-img-middle,
.footer-img-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-img p {
    margin-top: 10px;
}
.footer-img-left p {
    margin-top: 8px;
}
/* 固定窗口联系客服 */
.fix-wrapper{
    width: 90px;
    height: 427px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    display: block;
}
.fix-top{
    width: 90px;
    height: 316px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.1);
}
.fix-bottom{
    width: 90px;
    height: 91px;
    background-color: #FFFFFF;
    margin-top: 20px;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.1);
    display: none;
}
.fix-phone{
    width: 90px;
    height: 103px;
}
.fix-people{
    width: 90px;
    height: 93px;
}
.fix-wenxin{
    width: 90px;
    height: 89px;
}
.fix-wrapper a,
.fix-bottom p{
    color: #2F77F1;
    font-size: 12px;
    text-align: center;
}
.fix-wrapper img{
    margin-bottom: 5px;
}
.fix-phone img{
    width: 30px;
    height: 30px;
}
.fix-people img{
    width: 22px;
    height: 27px;
}
.fix-wenxin img{
    width: 30px;
    height: 24px;
}
.fix-phone,
.fix-people,
.fix-wenxin{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.fix-bottom img{
    width: 18px;
    height: 10px;
    margin: 22px 36px;
}


.fix-wenxin::before{
    content: '关注工程通网公众号';
    font-size: 4px;
    text-align: center;
    line-height: 212px;
    color: #2F77F1;
    position: absolute;
    left: -142px;
    top: 200px;
    width: 112px;
    height: 122px;
    border-radius: 10px;
    background-color: #FFFFFF;
    background-image: url("./image/weixin_code.png");
    background-size: 85px 85px;
    background-repeat: no-repeat;
    background-position: 14px 12px;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.1);
    display: none;
}
.fix-wenxin::after{
    content: '';
    position: absolute;
    left: -42px;
    top: 254px;
    border-style: solid;
    border-left-width: 21px;
    border-right-width: 21px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #FFFFFF;
    display: none;
}
.fix-wenxin:hover::before,
.fix-wenxin:hover::after{
    display: block;
}
/*行业资讯底部推广信息样式*/
/*=========================Change By Ganshimei On 2021-09-01 Begin=================================*/
.publicity{
    margin-top: 30px;
    width: 100%;
    /*background-color: rgb(89, 125, 252);*/
    background-color: #f5f5f5;
    font-size: 16px;
    /*color: #FFFFFF;*/
    color: #000;
    line-height: 28px;
    padding-bottom: 20px;
}
.publicity .publicity-box {
    /*border-bottom: 1px solid #FFFFFF;*/
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin: 0 20px 10px;
}
.publicity .publicity-box .title{
    font-size: 16px;
    text-align: left;
    padding: 0 0;
    line-height: 48px;
    /*color: #FFFFFF;*/
    color: #000;
    text-decoration: none;
}
.publicity-link{
    /*width: 120px;*/
    /*height: 120px;*/
    /*background-color: #FFFFFF;*/
    float: right;
    margin-top: 20px;
    margin-left: 16px;
}
.publicity-link .publicity-code {
    width: 110px;
    height: 110px;
}
.publicity-link .publicity-code img{
    width: 100%;
    height: 100%;
}
.publicity .publicity-box .publicity-link .calc-link {
    display: block;
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
    background-color: rgba(47 ,119 ,241 , 0.3);
    border-radius: 5px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.publicity .publicity-tag{
    font-size: 14px;
}
.publicity .publicity-tag .tag-url{
    /*color: #FFFFFF;*/
    color: #000;
    text-decoration: none;
}
.publicity .publicity-box .publicity-link .calc-link:hover,
.publicity .publicity-box .title:hover,
.publicity .publicity-tag .tag-url:hover{
    /*color: #f65a8a;*/
    color: #2F77F1;
}
.publicity .publicity-content{
    line-height: 20px;
    margin: 10px 0;
}
.publicity .slogan{
    font-size: 18px;
}
.publicity-tag .tag{
    /*color: rgb(155, 155, 155);*/
    /*background-color: #FFFFFF;*/
    color: #000;
    background-color: rgba(47 ,119 ,241 , 0.3);
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    width: 28px;
    text-align: center;
    margin-right: 16px;
    margin-left: 10px;
}
.publicity-tag .tag::before{
    content: '';
    position: absolute;
    left: -20px;
    display: block;
    width:0;
    height: 0;
    /*border: 10px solid #FFFFFF;*/
    border: 10px solid rgba(47 ,119 ,241 , 0.3);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.publicity-tag .tag::after{
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    display: block;
    width:0;
    height: 0;
    /*border: 10px solid #FFFFFF;*/
    border: 10px solid rgba(47 ,119 ,241 , 0.3);
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.publicity .publicity-line-box{
    padding: 0 20px;
}
.publicity .publicity-line{
    height: 10px;
    width: 100%;
    /*background-color: #FFFFFF;*/
    background-color: #000;
}
.publicity-bottom{
    font-size: 16px;
    font-weight: bold;
    /*color: rgb(89, 125, 252);*/
    color: #000;
}
.publicity-bottom a {
    /*color: rgb(89, 125, 252) !important;*/
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold!important;
}
/*=========================Change By Ganshimei On 2021-09-01 End=================================*/

/*工程通网全面介绍页图片调整*/
#content .bg-box {
    height: 6580px;
}
#content .bg1 {
    width: 880px;
    height: 6580px;
    position: relative;
    left: -32px;
}
#content .bg1 img {
    width: 100% !important;
    height: 100%!important;
}
#content .bg2 {
    position: relative;
    width: 672px;
    height: 6254px;
    top: -6502px;
    left: 84px;
}
#content .bg2 img {
    width: 100%;
    height: 100%;
}
/*=========================Add By Ganshimei On 2022-06-21 Begin==================================*/
/*404页面样式*/
.not-found-wrapper {
    width: 100%;
    background-color: #FFFFFF;
}
.not-found-box {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    color: #245DCE;
    padding-top: 160px;
}
.not-found-box .not-found-iocn {
    width: 320px;
    height: 140px;
    margin: 0 auto;
    color: #D6ECFF;
    font-size: 140px;
    line-height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.not-found-box .not-found-title {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    margin: 50px auto 30px;
}
.not-found-box .not-found-content {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}
.not-found-box .not-found-content a {
    color: #FF6A00;
}
/*=========================Add By Ganshimei On 2022-06-21 End==================================*/
